home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Developers / internet-free-mac-lang-10 / Internet Free MacLang 1.0 / Internet Free MacLang 1.0.rsrc / TEXT_151.txt < prev    next >
Encoding:
Text File  |  1995-07-03  |  1.8 KB  |  73 lines

  1.  
  2.  
  3.                                                 LEX
  4.  
  5. Etymology:
  6. LEX =   LEXical analyzer generator ( see * )
  7.  
  8.                                               FLEX
  9. Etymology:
  10. FLEX = Fast LEXical analyzer generator / Faster LEX  / Fast LEXer  
  11.  
  12.  
  13.                                              1. FLEX (MPW C)
  14.  
  15. MAC NAME: Flex                                      
  16.  
  17. VERSION: 2.5.2                                
  18.  
  19. README:
  20. "Flex is a fast lexical analyser generator for C and C++.  It is derived from software contributed to Berkeley by Vern Paxson and is copyright the Regents of the University of California.  This is free ware.
  21. Pursuant with the rules on copying: This product includes software developed by the University of California, Berkeley and its contributors."
  22.  
  23.  
  24. AUTHORS:
  25. Vern Paxson
  26. mac port:
  27. Christopher E. Hyde
  28.     
  29. COPYRIGHT:
  30. (c) 1990 The Regents of the University of California.
  31.  
  32. INTERNET SITES:
  33. Info-Mac
  34.  
  35. Old versions:  (2.4.6)
  36. ftp://ftp.switch.ch/software/mac/src/mpw_c/
  37. ftp://ftp.switch.ch/software/mac/src/LAST.UPDATED/9405/
  38. ftp://nic.switch.ch/software/mac/src/mpw_c/
  39. ftp://nic.switch.ch/software/mac/src/LAST.UPDATED/9405/
  40.  
  41. Old versions:  (2.1)
  42. ftp://sparky.nodak.edu/pub/mac/pub/programming/mpw/
  43.  
  44.  
  45.  
  46.  
  47.                                              2. FLEX (THINK C)
  48.  
  49. MAC NAME: Flex                                      
  50.  
  51. VERSION: 2.4.6                                
  52.  
  53. README: -
  54.  
  55. AUTHOR:
  56. Vern Paxson
  57.     
  58. COPYRIGHT: 
  59. (c) 1990 The Regents of the University of California.
  60.  
  61. INTERNET SITES:
  62. UMich
  63.  
  64. Old versions:  (2.3.7)
  65. ftp://ftp.switch.ch/software/mac/src/think_c/     
  66. ftp://ftp.switch.ch/software/mac/src/LAST.UPDATED/9212/
  67. ftp://nic.switch.ch/software/mac/src/think_c/
  68. ftp://nic.switch.ch/software/mac/src/LAST.UPDATED/9212/     
  69.  
  70.                                                     
  71. *
  72. M. E. Lesk, A Lexical Analyzer Generator, CS TR 39, Bell Labs (Oct. 1975). 
  73.